Revision: package-framework--lord--1.0--patch-10
Archive: lord@regexps.com--2002
Creator: Tom Lord <lord@regexps.com>
Date: Fri Jan 18 19:59:51 PST 2002
Standard-date: 2002-01-18
Summary: add a "--with posix-shell=xyzzy" configuration option
Keywords: 
New-files: {arch}/package-framework/package-framework--lord/package-framework--lord--1.0/lord@regexps.com--2002/patch-log/patch-10
Modified-files: ChangeLog.d/ChangeLog
  ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
  PLUGIN/options build-tools/Makefiles/shell-scripts.mk
  build-tools/Makefiles/shell-subcommands.mk
  build-tools/scripts/configure-top
New-patches: lord@regexps.com--2002/package-framework--lord--1.0--patch-10


On some systems, "/bin/sh" is not a Posix shell.  For the sake of 
those systems, added a configure time option, e.g.:

	% ../configure --with posix-shell /usr/local/bin/bash

In the makefiles for shell script libraries, use the value of that
option when generating "#!" lines.

